home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacPerl 5.1.3 / Mac_Perl_513_src / perl5.002 / lib / fastcwd.pl < prev    next >
Encoding:
Text File  |  1996-07-11  |  213 b   |  11 lines  |  [TEXT/MPS ]

  1. # By John Bazik
  2. #
  3. # Usage: $cwd = &fastcwd;
  4. #
  5. # This is a faster version of getcwd.  It's also more dangerous because
  6. # you might chdir out of a directory that you can't chdir back into.
  7.  
  8. use Cwd qw(fastcwd);
  9.  
  10. 1;
  11.